home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
hugstr
/
form1.frm
< prev
next >
Wrap
Text File
|
1995-10-23
|
999b
|
42 lines
VERSION 2.00
Begin Form Form1
Caption = "Form1"
ClientHeight = 2520
ClientLeft = 1350
ClientTop = 2415
ClientWidth = 6675
Height = 2925
Left = 1290
LinkMode = 1 'Source
LinkTopic = "Form1"
ScaleHeight = 2520
ScaleWidth = 6675
Top = 2070
Width = 6795
Begin CommandButton Command2
Caption = "Cancel"
Height = 612
Left = 3840
TabIndex = 1
Top = 1440
Width = 1932
End
Begin CommandButton Command1
Caption = "TestHuge"
Height = 612
Left = 600
TabIndex = 0
Top = 1440
Width = 1812
End
End
Sub Command1_Click ()
tt& = BuildHuge&()
End Sub
Sub Command2_Click ()
End
End Sub